home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / mpc93jun.zip / WINTIP.TXT < prev    next >
Text File  |  1993-05-30  |  2KB  |  46 lines

  1.      Win Tips 
  2.      by Dave Dryer
  3.  
  4.      Background                                                       
  5.               
  6.      An Operating system is a collection of tasks that manage the 
  7.      resources of a computer.  One of the most important of those 
  8.      resources is time.  In a multitasking operating system like windows, 
  9.      many tasks can run concurrently.
  10.  
  11.      For Computers, the word concurrent means "appears to be happening at 
  12.      the same time."  A PC with only one processor can only do one task at 
  13.      a time.  However, if windows divides computer time into small enough 
  14.      slices, many tasks can get a slice of computer time often enough to 
  15.      fool the user into thinking all the tasks are running all the time.
  16.  
  17.      In the windows 386 Enhanced mode, the time slice is measured in 
  18.      milliseconds. When windows installs, the slice is set to 20 
  19.      milliseconds.  This default value was chosen because it works well 
  20.      on all machines that windows must run on.
  21.  
  22.      Tuning the time slice length improves overall windows performance.
  23.  
  24.      WinTip:                                                          
  25.      In windows, under the program manager, double click on the icon for 
  26.      the group called "Main."  In this group, double click on the icon 
  27.      for "386 Enhanced." Set the minimum time slice based on the 
  28.      following rule of thumb:                            
  29.  
  30.      Processor              
  31.      cpu speed (MHz)       time slice                 
  32.      386 less than 25            18                                                                  
  33.      386 25 or more              15                                                                 
  34.      486 25 or less              12                         
  35.      486 more than 25            10                     
  36.    
  37.      This will improve the throughput of windows on your machine.
  38.  
  39.      Note: If the time slice is too small, performance goes down.  If the
  40.      time slice is too large, performance suffers.  While the numbers 
  41.      suggested are not absolute, they are a better choice than the 
  42.      generic, handles-the-worst-case default that windows installs.  The 
  43.      best number depends on many variables including RAM speed size of 
  44.      RAM cache, and even the programs being run.  Trial and error is the
  45.      only way to find that elusive personal best for a pc.
  46.